The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "gssapi"

GSSAPI - Perl extension providing access to the GSSAPIv2 library River stage one • 3 direct dependents • 7 total dependents

This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal support are gss_releas...

AGROLMS/GSSAPI-0.28 - 03 Jun 2010 16:15:58 UTC - Search in distribution
  • GSSAPI::OID - methods for handling GSSAPI OIDs and some constant OIDs
  • GSSAPI::Status - methods for handlings GSSAPI statuses
  • GSSAPI::OID::Set - methods for handling sets of GSSAPI OIDs, and some constant OID sets.

Authen::SASL::Perl::GSSAPI - GSSAPI (Kerberosv5) Authentication class River stage two • 32 direct dependents • 76 total dependents

This method implements the client part of the GSSAPI SASL algorithm, as described in RFC 2222 section 7.2.1 resp. draft-ietf-sasl-gssapi-XX.txt. With a valid Kerberos 5 credentials cache (aka TGT) it allows to connect to *service*@*host* given as the...

EHUELS/Authen-SASL-2.1700 - 10 Aug 2023 10:19:40 UTC - Search in distribution

Mojolicious::Plugin::GSSAPI - Provide Kerberos authentication. River stage zero No dependents

The `Mojolicious::Plugin::GSSAPI` plugin lets you use kerberos authentication in your mojo app. The plugin uses the GSSAPI module for the heavy lifting. If you want to use kerberos to SSO in a webproxy, use the web_proxy_mode option: plugin 'GSSAPI',...

OETIKER/Mojolicious-Plugin-GSSAPI-0.1.2 - 23 Mar 2021 08:32:30 UTC - Search in distribution

Catalyst::Authentication::Credential::GSSAPI - rfc4559 SPNEGO/GSSAPI River stage zero No dependents

This module implements the HTTP negotiation described in rfc4559. The authentication is implemented by the natively calling the gssapi from the krb5 library. It provides only the "Credential" part of the system. You are required to plugin a different...

DRUOSO/Catalyst-Authentication-Credential-GSSAPI-v0.0.5 - 25 Feb 2016 03:12:16 UTC - Search in distribution

Pg::PQ - Perl wrapper for PostgreSQL libpq River stage one • 1 direct dependent • 3 total dependents

******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...

SALVA/Pg-PQ-0.15 - 10 Oct 2017 07:41:49 UTC - Search in distribution

arcxd - standalone ARCv2 server River stage zero No dependents

This file is the scripts, which can be used, to start the ARCv2 server from the command line....

PBOETTCH/ARCv2-1.05 - 13 Apr 2005 10:48:53 UTC - Search in distribution

Net::LDAP::FAQ - Frequently Asked Questions about Net::LDAP River stage two • 70 direct dependents • 82 total dependents

This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found at http://ldap.perl.org/FAQ.html...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC - Search in distribution

Net::LDAPapi - Perl5 Module Supporting LDAP API River stage one • 1 direct dependent • 1 total dependent

This module allows Perl programmers to access and manipulate an LDAP based Directory. Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, I've added named arguments....

MISHIKAL/Net-LDAPapi-3.0.7 - 10 Oct 2019 17:14:35 UTC - Search in distribution

IO::Socket::Socks - Provides a way to create socks client or server both 4 and 5 version. River stage two • 6 direct dependents • 18 total dependents

"IO::Socket::Socks" connects to a SOCKS proxy, tells it to open a connection to a remote host/port when the object is created. The object you receive can be used directly as a socket (with "IO::Socket" interface) for sending and receiving data from t...

OLEG/IO-Socket-Socks-0.74 - 04 May 2017 17:17:03 UTC - Search in distribution

JIRA::Client::Automated - A JIRA REST Client for automated scripts River stage one • 2 direct dependents • 2 total dependents

JIRA::Client::Automated is an adapter between any automated system and JIRA's REST API. This module is explicitly designed to easily create and close issues within a JIRA instance via automated scripts. For example, if you run nightly batch jobs, you...

FRIMICC/JIRA-Client-Automated-1.9 - 08 Jan 2020 17:37:53 UTC - Search in distribution

sqitch-authentication - Guide to using database authentication credentials with Sqitch River stage one • 2 direct dependents • 2 total dependents

For database engines that require authentication, Sqitch supports a number of credential-specification options, and searches for them in a specific sequence. These searches are performed in two parts: a search for a username and a search for a passwo...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC - Search in distribution

Role::Kerberos - A role for managing Kerberos 5 credentials River stage zero No dependents

Authen::Krb5 is kind of unwieldy. Authen::Krb5::Simple is too simple (no keytabs). Authen::Krb5::Effortless requires too much effort (can't specify keytabs/ccaches outside of environment variables) and Authen::Krb5::Easy hasn't been touched in 13 yea...

DORIAN/Role-Kerberos-0.02 - 13 Sep 2018 21:58:33 UTC - Search in distribution

Authen::SASL::XS - XS code to glue Perl SASL to Cyrus SASL River stage one • 1 direct dependent • 2 total dependents

SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL::XS provides an implementation framework that all protocols should be able to share. The XS framework makes calls into the existing libsasl.so resp. libsas...

GBARR/Authen-SASL-XS-1.00 - 24 Sep 2009 00:54:24 UTC - Search in distribution

AnyEvent::XMPP::Connection - XML stream that implements the XMPP RFC 3920. River stage two • 11 direct dependents • 11 total dependents

This module represents a XMPP stream as described in RFC 3920. You can issue the basic XMPP XML stanzas with methods like "send_iq", "send_message" and "send_presence". And receive events with the "reg_cb" event framework from the connection. If you ...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC - Search in distribution

Config::Model::models::Sshd::MatchElement - Configuration class Sshd::MatchElement River stage zero No dependents

Configuration classes used by Config::Model This configuration class was generated from sshd_system documentation. by parse-man.pl <https://github.com/dod38fr/config-model-openssh/contrib/parse-man.pl>...

DDUMONT/Config-Model-OpenSsh-2.9.4.1 - 14 Oct 2023 16:08:10 UTC - Search in distribution

Email::Send::SMTP::Gmail - Sends emails with attachments supporting Auth over TLS or SSL (for example: Google's SMTP and AWS SES). River stage one • 1 direct dependent • 1 total dependent

Simple module to send emails through Google's SMTP with or without attachments. Also supports regular Servers (with plain or none auth). Works with regular Gmail accounts as with Google Apps (your own domains). It supports basic functions such as CC,...

PECO/Email-Send-SMTP-Gmail-1.35 - 28 Oct 2020 10:05:51 UTC - Search in distribution

MongoDB::MongoClient - A connection to a MongoDB server or multi-server deployment River stage two • 48 direct dependents • 56 total dependents

The "MongoDB::MongoClient" class represents a client connection to one or more MongoDB servers. By default, it connects to a single server running on the local machine listening on the default port 27017: # connects to localhost:27017 my $client = Mo...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC - Search in distribution

SOAP::WSDL::Manual::Cookbook - SOAP::WSDL recipes River stage one • 7 direct dependents • 7 total dependents

SWALTERS/SOAP-WSDL-3.004 - 20 Jan 2020 16:43:52 UTC - Search in distribution

Catalyst::Model::LDAP::Connection - Convenience methods for Net::LDAP River stage one • 1 direct dependent • 1 total dependent

Subclass of Net::LDAP, which adds paging support and an additional method to rebless the entries. See Catalyst::Model::LDAP::Entry for more information....

GHENRY/Catalyst-Model-LDAP-0.21 - 17 Oct 2017 14:22:36 UTC - Search in distribution

LWP::Authen::Negotiate - GSSAPI based Authentication Plugin for LWP River stage one • 4 direct dependents • 4 total dependents

To see what ist going on add use LWP::Debug qw(+); to yor LWP using Scripts. (e.g. too see what is going wrong with GSSAPI...)...

AGROLMS/LWP-Authen-Negotiate-0.08 - 02 Nov 2009 20:36:55 UTC - Search in distribution
23 results (0.067 seconds)